NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Костюмы [by Psiii] // @namespace http://tampermonkey.net/ // @version 1.0 // @description я сделала что-то, но искренне не понимаю, каким чудом оно заработало // @author Psiii // @license MIT; https://opensource.org/licenses/MIT // @match https://catwar.su/cw3/ // ==/UserScript== (function() { document.querySelector('head').innerHTML += `<style> /* 1447870 */ div[style*="/cw3/composited/398acf02b4d4cfae.png"] { background-image: url(https://i.ibb.co/0CLkGtW/4.png) !important; background-size: 100% !important; } div[style*="/cw3/composited/398acf02b4d4cfae.png"]>[style*="/cw3/cats/0/defects/dirt/"] { display: none !important; } span.catWithArrow>div>div#arrow1447870.arrow.arrow-paws { top: 75px !important; } span.catWithArrow>div>div#arrow1447870.arrow.arrow-paws>table { width: 100px !important; } div[style*="/cw3/composited/465b39b07e4d0209.png"] { /* 1441585 */ background-image: var(--costume1), url(/cw3/composited/465b39b07e4d0209.png) !important; } div[style*="/cw3/composited/066e9a56ec6f929f.png"] { /* 1404119 */ background-image: var(--costume1), url(/cw3/composited/066e9a56ec6f929f.png) !important; } div[style*="/cw3/composited/21838390721eca6c.png"] { /* 1478293 */ background-image: var(--costume2), url(/cw3/composited/21838390721eca6c.png) !important; } div[style*="/cw3/composited/ed2aee903abf400f.png"] { /* 1097380 */ background-image: var(--costume2), url(/cw3/composited/ed2aee903abf400f.png) !important; } div[style*="/cw3/composited/194a75cf06773bba.png"] { /* 1462309 */ background-image: var(--costume2), url(/cw3/composited/194a75cf06773bba.png) !important; } div[style*="/cw3/composited/541430250923ae03.png"] { /* 413866 */ background-image: var(--costume3), url(/cw3/composited/541430250923ae03.png) !important; } div[style*="/cw3/composited/b7591b44820628f2.png"] { /* 1473243 */ background-image: var(--costume4), url(/cw3/composited/b7591b44820628f2.png) !important; } div[style*="/cw3/composited/5f763d0beee24203.png"] { /* 1441584 */ background-image: var(--costume4), url(/cw3/composited/5f763d0beee24203.png) !important; } div[style*="/cw3/composited/dd055a599ab41c1c.png"] { /* 893736 */ background-image: var(--costume4), url(/cw3/composited/dd055a599ab41c1c.png) !important; } div[style*="/cw3/composited/7935ce4fbdc81ebb.png"] { /* 1406474 */ background-image: var(--costume5), url(/cw3/composited/7935ce4fbdc81ebb.png) !important; } div[style*="/cw3/composited/bc358fbfd5a30603.png"] { /* 1455480 */ background-image: var(--costume5), url(/cw3/composited/bc358fbfd5a30603.png) !important; } div[style*="/cw3/composited/ae143c60042ade51.png"] { /* 1472006 */ background-image: var(--costume5), url(/cw3/composited/ae143c60042ade51.png) !important; } div[style*="cw3/composited/6b732f15b621a9d9.png"] { /* 1494382 */ background-image: var(--costume5), url(/cw3/composited/6b732f15b621a9d9.png) !important; } :root { --costume1: url(https://i.ibb.co/GpjB6Tm/1.png); --costume2: url(https://i.ibb.co/G9mqqyK/2.png); --costume3: url(https://i.ibb.co/LQb6ZSC/3.png); --costume4: url(https://i.ibb.co/j5yDxYp/4.png); --costume5: url(https://i.ibb.co/7VXpJ37/5.png); } </style>`; })();